home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 12956 / 12956.xpi / chrome / fabtab.jar / content / fabtab / options.xul < prev   
Extensible Markup Language  |  2009-11-16  |  7KB  |  131 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <?xml-stylesheet href="chrome://fabtab/skin/fabtab.css" type="text/css" ?>
  4. <?xml-stylesheet href="chrome://mozapps/skin/pref/pref.css" type="text/css"?>
  5. <?xml-stylesheet href="chrome://mozapps/content/preferences/preferences.css"?>
  6. <?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css"?>
  7. <!DOCTYPE page SYSTEM "chrome://fabtab/locale/fabtab.dtd">
  8. <prefwindow id="fabtab-window" type="prefwindow"
  9.         title="&fabtab.options.title;"
  10.         buttons="accept,cancel"
  11.         persist="screenX screenY"
  12.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  13.  
  14. <prefpane id="pp_color" label="&fabtab.options.color;">
  15.     <preferences>
  16.         <preference id="pref_fuzzycolormatch" name="extensions.fabtab.fuzzycolormatch" type="int" instantApply="true"/>
  17.         <preference id="pref_preventwhite" name="extensions.fabtab.preventwhite" type="int" instantApply="true"/>
  18.         <preference id="pref_preventblack" name="extensions.fabtab.preventblack" type="int" instantApply="true"/>
  19.         <preference id="pref_opacity" name="extensions.fabtab.opacity" type="int" instantApply="true"/>
  20.         <preference id="pref_activetabopacity" name="extensions.fabtab.activetabopacity" type="int" instantApply="true"/>
  21.         <preference id="pref_whitetextthreshold" name="extensions.fabtab.whitetextthreshold" type="int" instantApply="true"/>
  22.     </preferences>
  23.  
  24.     <grid>
  25.         <columns>
  26.             <column flex="1"/>
  27.             <column flex="2"/>
  28.         </columns>
  29.         <rows>
  30.             <row>
  31.                 <label value="&fabtab.options.general.fuzzycolormatch;" style="padding-top: 3px; margin-right: 1px;"/>
  32.                 <textbox preference="pref_fuzzycolormatch" type="number" max="999" increment="10"/>
  33.             </row>
  34.             <row>
  35.                 <label value="&fabtab.options.general.preventwhite;" style="padding-top: 3px; margin-right: 1px;"/>
  36.                 <textbox preference="pref_preventwhite" type="number" max="255" increment="10"/>
  37.             </row>
  38.             <row>
  39.                 <label value="&fabtab.options.general.preventblack;" style="padding-top: 3px; margin-right: 1px;"/>
  40.                 <textbox preference="pref_preventblack" type="number" max="255" increment="10"/>
  41.             </row>
  42.             <row>
  43.                 <label value="&fabtab.options.general.opacity;" style="padding-top: 3px; margin-right: 1px;"/>
  44.                 <textbox preference="pref_opacity" type="number" min="0" max="100" increment="1"/>
  45.             </row>
  46.             <row>
  47.                 <label value="&fabtab.options.general.activetabopacity;" style="padding-top: 3px; margin-right: 1px;"/>
  48.                 <textbox preference="pref_activetabopacity" type="number" min="0" max="100" increment="1"/>
  49.             </row>
  50.             <row>
  51.                 <label value="&fabtab.options.general.whitetextthreshold;" style="padding-top: 3px; margin-right: 1px;"/>
  52.                 <textbox preference="pref_whitetextthreshold" type="number" min="0" max="999" increment="10"/>
  53.             </row>
  54.         </rows>
  55.     </grid>
  56. </prefpane>
  57.  
  58. <prefpane id="pp_screenshot" label="&fabtab.options.screenshot;">
  59.     <preferences>
  60.         <preference id="pref_x" name="extensions.fabtab.x" type="int" instantApply="true"/>
  61.         <preference id="pref_y" name="extensions.fabtab.y" type="int" instantApply="true"/>
  62.         <preference id="pref_width" name="extensions.fabtab.width" type="int" instantApply="true"/>
  63.         <preference id="pref_height" name="extensions.fabtab.height" type="int" instantApply="true"/>
  64.     </preferences>
  65.  
  66.     <grid>
  67.         <columns>
  68.             <column flex="1"/>
  69.             <column flex="2"/>
  70.         </columns>
  71.         <rows>
  72.             <row>
  73.                 <label value="&fabtab.options.general.x;" style="padding-top: 3px; margin-right: 1px;"/>
  74.                 <textbox preference="pref_x" type="number" max="1024" increment="5"/>
  75.             </row>
  76.             <row>
  77.                 <label value="&fabtab.options.general.y;" style="padding-top: 3px; margin-right: 1px;"/>
  78.                 <textbox preference="pref_y" type="number" max="1024" increment="5"/>
  79.             </row>
  80.             <row>
  81.                 <label value="&fabtab.options.general.width;" style="padding-top: 3px; margin-right: 1px;"/>
  82.                 <textbox preference="pref_width" type="number" max="2048" increment="5"/>
  83.             </row>
  84.             <row>
  85.                 <label value="&fabtab.options.general.height;" style="padding-top: 3px; margin-right: 1px;"/>
  86.                 <textbox preference="pref_height" type="number" max="2048" increment="5"/>
  87.             </row>
  88.         </rows>
  89.     </grid>
  90. </prefpane>
  91.  
  92. <prefpane id="pp_general" label="&fabtab.options.general;">
  93.     <preferences>
  94.         <preference id="pref_activeonly" name="extensions.fabtab.activeonly" type="bool" instantApply="true"/>
  95.         <preference id="pref_disabletabbgimage" name="extensions.fabtab.disabletabbgimage" type="bool" instantApply="true"/>
  96.         <preference id="pref_hidecmitems" name="extensions.fabtab.hidecmitems" type="bool"/>
  97.         <preference id="pref_colorbottombox" name="extensions.fabtab.colorbottombox" type="bool"/>
  98.         <preference id="pref_hostnamecache" name="extensions.fabtab.hostnamecache" type="bool"/>
  99.     </preferences>
  100.  
  101.     <checkbox preference="pref_activeonly" label="&fabtab.options.general.activeonly;"/>    
  102.     <checkbox preference="pref_disabletabbgimage" label="&fabtab.options.general.disabletabbgimage;"/>    
  103.     <checkbox preference="pref_colorbottombox" label="&fabtab.options.general.colorbottombox;"/>    
  104.     <checkbox preference="pref_hidecmitems" label="&fabtab.options.general.hidecmitems;"/>    
  105.     <checkbox preference="pref_hostnamecache" label="&fabtab.options.general.hostnamecache;"/>    
  106. </prefpane>
  107.  
  108. <prefpane id="pp_help" label="&fabtab.options.help;">
  109.     <vbox class="help">
  110.         <label class="help_label" value="&fabtab.options.help.title.fuzzycolormatch;"/>
  111.         <description>&fabtab.options.help.text.fuzzycolormatch;</description>
  112.         <label class="help_label" value="&fabtab.options.help.title.preventblackandwhite;"/>
  113.         <description>&fabtab.options.help.text.preventblackandwhite;</description>
  114.         <label class="help_label" value="&fabtab.options.help.title.screenshot;"/>
  115.         <description>&fabtab.options.help.text.screenshot;</description>
  116.         <label class="help_label" value="&fabtab.options.help.title.opacity;"/>
  117.         <description>&fabtab.options.help.text.opacity;</description>
  118.         <label class="help_label" value="&fabtab.options.help.title.whitetextthreshold;"/>
  119.         <description>&fabtab.options.help.text.whitetextthreshold;</description>
  120.         <label class="help_label" value="&fabtab.options.help.title.hostnamecache;"/>
  121.         <description>&fabtab.options.help.text.hostnamecache;</description>
  122.     </vbox>
  123.     <hbox>
  124.         <button id="button-reset" label="&fabtab.options.help.reset;" oncommand="ResetDefaults();"/>
  125.         <hbox flex="1"/>
  126.     </hbox>
  127. </prefpane>
  128.  
  129. <script type="application/x-javascript" src="chrome://fabtab/content/options.js"/>
  130. </prefwindow>
  131.